![]() |
YNQ
YNQ-1.6.0
|
Functions | |
| NQ_BOOL | ccDomainJoinA (const NQ_CHAR *domain, const NQ_CHAR *computer, const AMCredentialsA *admin, NQ_BYTE secret[16]) |
| NQ_BOOL | ccDomainJoin (const NQ_WCHAR *domain, const NQ_WCHAR *computer, const AMCredentials *admin, NQ_BYTE secret[16]) |
| NQ_BOOL | ccDomainJoinPersistent (const NQ_WCHAR *domain, const NQ_WCHAR *computer, const AMCredentials *admin, const NQ_WCHAR *dns) |
| NQ_BOOL | ccDomainUpdateSecretA (const NQ_CHAR *domain, const NQ_CHAR *computer, const AMCredentialsA *admin, NQ_BYTE secret[16]) |
| NQ_BOOL | ccDomainUpdateSecret (const NQ_WCHAR *domain, const NQ_WCHAR *computer, const AMCredentials *admin, NQ_BYTE secret[16]) |
| NQ_BOOL | ccDomainLeaveA (const NQ_CHAR *domain, const NQ_CHAR *computer, const AMCredentialsA *admin) |
| NQ_BOOL | ccDomainLeave (const NQ_WCHAR *domain, const NQ_WCHAR *computer, const AMCredentials *admin) |
| NQ_BOOL | ccDomainLogonA (const NQ_CHAR *domain, const NQ_CHAR *computer, const AMCredentialsA *admin, NQ_BYTE secret[16]) |
| NQ_BOOL | ccDomainLogon (const NQ_WCHAR *domain, const NQ_WCHAR *computer, const AMCredentials *admin, NQ_BYTE secret[16]) |
| NQ_BOOL ccDomainJoinA | ( | const NQ_CHAR * | domain, |
| const NQ_CHAR * | computer, | ||
| const AMCredentialsA * | admin, | ||
| NQ_BYTE | secret[16] | ||
| ) |
This function joins target computer to the domain.
After successfully joining domain, this function returns a computer password obtained from domain controller to be used for further logging into domain. This operation requires domain administrative credentials.
| domain | Name of the domain to join. This may be a fully qualified name. |
| computer | Name of the computer (host) that joins. |
| admin | Administrative credentials for its domain. |
| secret | Buffer for computer password. This buffer should accommodate at least 16 bytes . |
| NQ_BOOL ccDomainJoin | ( | const NQ_WCHAR * | domain, |
| const NQ_WCHAR * | computer, | ||
| const AMCredentials * | admin, | ||
| NQ_BYTE | secret[16] | ||
| ) |
This function joins target computer to the domain.
After successfully joining domain, this function returns a computer password obtained from domain controller to be used for further logging into domain. This operation requires domain administrative credentials.
| domain | Name of the domain to join. This may be a fully qualified name. |
| computer | Name of the computer (host) that joins. |
| admin | Administrative credentials for its domain. |
| secret | Buffer for computer password. This buffer should accommodate at least 16 bytes . |
| NQ_BOOL ccDomainJoinPersistent | ( | const NQ_WCHAR * | domain, |
| const NQ_WCHAR * | computer, | ||
| const AMCredentials * | admin, | ||
| const NQ_WCHAR * | dns | ||
| ) |
This function joins target computer to the domain.
After successfully joining domain, this function returns a computer password obtained from domain controller to be used for further logging into domain. This operation requires domain administrative credentials.
| domain | Name of the domain to join. This may be a fully qualified name. |
| computer | Name of the computer (host) that joins. |
| admin | Administrative credentials for its domain. |
| dns | A semicolon delimited list of DNS servers, can be NULL. |
| NQ_BOOL ccDomainUpdateSecretA | ( | const NQ_CHAR * | domain, |
| const NQ_CHAR * | computer, | ||
| const AMCredentialsA * | admin, | ||
| NQ_BYTE | secret[16] | ||
| ) |
This function joins target computer to the domain or updates the password (secret) for previously joined computer.
On success this function returns a computer password obtained from domain controller to be used for further logging into domain. This operation requires domain administrative credentials.
| domain | Name of the domain to join. This may be a fully qualified name. |
| computer | Name of the computer (host) that joins. |
| admin | Administrative credentials for its domain. |
| secret | Buffer for computer password. This buffer should accommodate at least 16 bytes. |
| NQ_BOOL ccDomainUpdateSecret | ( | const NQ_WCHAR * | domain, |
| const NQ_WCHAR * | computer, | ||
| const AMCredentials * | admin, | ||
| NQ_BYTE | secret[16] | ||
| ) |
This function joins target computer to the domain or updates the password (secret) for previously joined computer.
On success this function returns a computer password obtained from domain controller to be used for further logging into domain. This operation requires domain administrative credentials.
| domain | Name of the domain to join. This may be a fully qualified name. |
| computer | Name of the computer (host) that joins. |
| admin | Administrative credentials for its domain. |
| secret | Buffer for computer password. This buffer should accommodate at least 16 bytes. |
| NQ_BOOL ccDomainLeaveA | ( | const NQ_CHAR * | domain, |
| const NQ_CHAR * | computer, | ||
| const AMCredentialsA * | admin | ||
| ) |
This function cancels domain membership of the target computer.
| domain | Name of the domain to leave. |
| computer | Name of the computer (host) that leaves. |
| admin | Administrative credentials for its domain. |
| NQ_BOOL ccDomainLeave | ( | const NQ_WCHAR * | domain, |
| const NQ_WCHAR * | computer, | ||
| const AMCredentials * | admin | ||
| ) |
This function cancels domain membership of the target computer.
| domain | Name of the domain to leave. |
| computer | Name of the computer (host) that leaves. |
| admin | Administrative credentials for its domain. |
| NQ_BOOL ccDomainLogonA | ( | const NQ_CHAR * | domain, |
| const NQ_CHAR * | computer, | ||
| const AMCredentialsA * | admin, | ||
| NQ_BYTE | secret[16] | ||
| ) |
This function performs domain logon operation supplying a password obtained from domain controller by calling ccDomainJoin().
| domain | Name of the domain to log on. |
| computer | Computer (host) name. |
| admin | User credentials. |
| secret | Password as obtained when joining domain. |
| NQ_BOOL ccDomainLogon | ( | const NQ_WCHAR * | domain, |
| const NQ_WCHAR * | computer, | ||
| const AMCredentials * | admin, | ||
| NQ_BYTE | secret[16] | ||
| ) |
This function performs domain logon operation supplying a password obtained from domain controller by calling ccDomainJoin().
| domain | Name of the domain to log on. |
| computer | Computer (host) name. |
| admin | User credentials. |
| secret | Password as obtained when joining domain. |